PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonWidget Class / setIconSize Method
A com.o2sol.pdf4java.graphics.PDFSize that represents the size used to draw the icon on the widget.
In This Topic
    setIconSize Method
    In This Topic
    Sets the display size of the widget icon.
    The icon is scaled to fit the display size.
    Syntax
    public void setIconSize( 
       PDFSize value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFSize that represents the size used to draw the icon on the widget.
    See Also